arch/arm/lib/board.c: fix warning: variable ... set but not used
authorWolfgang Denk <[email protected]>
Wed, 5 Oct 2011 20:44:43 +0000 (22:44 +0200)
committerWolfgang Denk <[email protected]>
Sun, 9 Oct 2011 21:24:48 +0000 (23:24 +0200)
commit80c6abc306ad8baebcd02486167dbb557d90b2e3
tree1aee193c6dc871c7a45dad04ec9e17dd20bf6f9e
parent1a9845b4f00a2930b2c06dabd6cf9bee4ca1437c
arch/arm/lib/board.c: fix warning: variable ... set but not used

Fix:
board.c:445:8: warning: variable 'bd' set but not used [-Wunused-but-set-variable]

Signed-off-by: Wolfgang Denk <[email protected]>
Cc: Albert ARIBAUD <[email protected]>
arch/arm/lib/board.c